Searched defs:serverId (Results 1 – 4 of 4) sorted by relevance
| /device/soc/winnermicro/hals/communication/bt_lite/ble/source/ |
| D | nble.c | 541 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect() 577 int BleGattsUnRegister(int serverId) in BleGattsUnRegister() 584 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService() 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() 640 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse() 648 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_src/ |
| D | harmony_ble_adpter.c | 206 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect() 559 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication() 705 int BleGattsUnRegister(int serverId) in BleGattsUnRegister() 711 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService() 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() 747 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
|
| /device/soc/beken/bk7235/hals/communication/bluetooth/services/src/ |
| D | ble_test.c | 203 void ohos_registerServerCb_callback(int status, int serverId, BtUuid *appUuid) in ohos_registerServerCb_callback() 208 void ohos_connectServerCb_callback(int connId, int serverId, const BdAddr *bdAddr) in ohos_connectServerCb_callback() 213 void ohos_disconnectServerCb_callback(int connId, int serverId, const BdAddr *bdAddr) in ohos_disconnectServerCb_callback() 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()
|
| D | ohos_bt_hal.c | 538 int BleGattsUnRegister(int serverId) in BleGattsUnRegister() 544 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect() 550 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService() 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() 761 int BleGattsClearServices(int serverId) in BleGattsClearServices() 769 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse() [all …]
|