Searched defs:serverId (Results 1 – 4 of 4) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/application/samples/wifi/hilink_indie_upgrade/address_mapping/hilinksdk/app_uapi/ |
| D | uapi_hilink_ble_adapter.c | 208 int BleGattsUnRegister(int serverId) in BleGattsUnRegister() 213 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect() 218 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService() 224 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, in BleGattsAddCharacteristic() 231 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor() 237 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService() 242 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService() 247 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService() 252 int BleGattsClearServices(int serverId) in BleGattsClearServices() 257 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse() [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/application/samples/wifi/ohos_connect/hilink_adapt/adapter/ |
| D | hilink_ble_adapter.c | 746 int BleGattsUnRegister(int serverId) in BleGattsUnRegister() 759 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect() 776 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService() 812 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, in BleGattsAddCharacteristic() 843 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor() 870 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService() 882 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService() 894 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService() 905 int BleGattsClearServices(int serverId) in BleGattsClearServices() 917 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse() [all …]
|
| /device/soc/hisilicon/ws63v100/adapter/hals/communication/ble_lite/ |
| D | ble_lite.c | 868 int BleGattsUnRegister(int serverId) in BleGattsUnRegister() 1031 int BleGattsConnect(int serverId, BdAddr bdAddr){ in BleGattsConnect() 1053 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect() 1078 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService() 1114 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, in BleGattsAddCharacteristic() 1145 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor() 1172 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService() 1190 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService() 1208 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService() 1226 int BleGattsClearServices(int serverId) in BleGattsClearServices() [all …]
|
| /device/soc/hisilicon/ws63v100/adapter/hals/communication/sle_lite/ |
| D | sle_lite.c | 62 ErrCodeType SsapsRegisterServer(SleUuid *appUuid, uint8_t *serverId){ in SsapsRegisterServer()
|