Searched defs:srvcHandle (Results 1 – 4 of 4) sorted by relevance
| /device/soc/winnermicro/hals/communication/bt_lite/ble/source/ |
| D | nble.c | 594 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService() 602 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, in BleGattsAddCharacteristic() 614 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor() 624 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService() 632 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService() 794 int BleGattsStartServiceEx(int *srvcHandle, BleGattService *srvcInfo) in BleGattsStartServiceEx() 837 int BleGattsStopServiceEx(int srvcHandle) in BleGattsStopServiceEx()
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_src/ |
| D | harmony_ble_adpter.c | 467 int BleGattsStartServiceEx(int *srvcHandle, BleGattService *srvcInfo) in BleGattsStartServiceEx() 526 int BleGattsStopServiceEx(int srvcHandle) in BleGattsStopServiceEx() 717 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService() 723 int BleGattsAddChar(int serverId, int srvcHandle, char *uuid, int properties, int permissions) in BleGattsAddChar() 729 int BleGattsAddDescr(int serverId, int srvcHandle, char *uuid, int permissions) in BleGattsAddDescr() 735 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService() 741 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService()
|
| /device/soc/beken/bk7235/hals/communication/bluetooth/services/src/ |
| D | ohos_bt_hal.c | 593 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, int properties, int … in BleGattsAddCharacteristic() 666 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor() 702 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService() 743 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService() 752 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService() 882 int BleGattsStartServiceEx(int *srvcHandle, BleGattService *srvcInfo) in BleGattsStartServiceEx() 1002 int BleGattsStopServiceEx(int srvcHandle) in BleGattsStopServiceEx()
|
| D | ble_test.c | 218 void ohos_ServiceAdd_callback(int status, int serverId, BtUuid *appUuid,int srvcHandle) in ohos_ServiceAdd_callback() 223 void ohos_characteristicAddCb_callback(int status, int serverId, BtUuid *uuid,int srvcHandle, int c… in ohos_characteristicAddCb_callback() 228 void ohos_descriptorAddCb_callback(int status, int serverId, BtUuid *uuid,int srvcHandle, int descr… in ohos_descriptorAddCb_callback() 233 void ohos_serviceStartCb_callback(int status, int serverId, int srvcHandle) in ohos_serviceStartCb_callback()
|