esp-nimble-cpp  1.4.1
NimBLEServer Member List

This is the complete list of members for NimBLEServer, including all inherited members.

addService(NimBLEService *service)NimBLEServer
advertiseOnDisconnect(bool)NimBLEServer
createService(const char *uuid)NimBLEServer
createService(const NimBLEUUID &uuid)NimBLEServer
disconnect(uint16_t connID, uint8_t reason=BLE_ERR_REM_USER_CONN_TERM)NimBLEServer
getAdvertising()NimBLEServer
getConnectedCount()NimBLEServer
getPeerDevices()NimBLEServer
getPeerIDInfo(uint16_t id)NimBLEServer
getPeerInfo(size_t index)NimBLEServer
getPeerInfo(const NimBLEAddress &address)NimBLEServer
getPeerMTU(uint16_t conn_id)NimBLEServer
getServiceByHandle(uint16_t handle)NimBLEServer
getServiceByUUID(const char *uuid, uint16_t instanceId=0)NimBLEServer
getServiceByUUID(const NimBLEUUID &uuid, uint16_t instanceId=0)NimBLEServer
removeService(NimBLEService *service, bool deleteSvc=false)NimBLEServer
setCallbacks(NimBLEServerCallbacks *pCallbacks, bool deleteCallbacks=true)NimBLEServer
setDataLen(uint16_t conn_handle, uint16_t tx_octets)NimBLEServer
start()NimBLEServer
startAdvertising(uint8_t inst_id, int duration=0, int max_events=0)NimBLEServer
startAdvertising()NimBLEServer
stopAdvertising(uint8_t inst_id)NimBLEServer
stopAdvertising()NimBLEServer
updateConnParams(uint16_t conn_handle, uint16_t minInterval, uint16_t maxInterval, uint16_t latency, uint16_t timeout)NimBLEServer