Searched defs:socketId (Results 1 – 6 of 6) sorted by relevance
| /system/chre/platform/shared/ |
| D | chre_api_ble.cc | 135 DLL_EXPORT bool chreBleSocketAccept(uint64_t socketId) { in chreBleSocketAccept() 149 chreBleSocketSend(uint64_t socketId, const void *data, uint16_t length, in chreBleSocketSend()
|
| D | host_protocol_chre.cc | 583 ChreFlatBufferBuilder &builder, uint16_t hostClientId, uint64_t socketId, in encodeBtSocketOpenResponse() 597 uint64_t socketId, in encodeBtSocketClose()
|
| /system/chre/host/hal_generic/common/ |
| D | bluetooth_socket_fbs_hal.cc | 121 ScopedAStatus BluetoothSocketFbsHal::closed(int64_t socketId) { in closed() 224 void BluetoothSocketFbsHal::sendOpenedCompleteMessage(int64_t socketId, in sendOpenedCompleteMessage()
|
| /system/chre/core/include/chre/core/ |
| D | ble_l2cap_coc_socket_data.h | 46 uint64_t socketId; member
|
| /system/chre/chre_api/include/chre_api/chre/ |
| D | ble.h | 735 uint64_t socketId; member 763 uint64_t socketId; member 773 uint64_t socketId; member
|
| /system/chre/platform/shared/nanoapp/ |
| D | nanoapp_support_lib_dso.cc | 393 bool chreBleSocketAccept(uint64_t socketId) { in chreBleSocketAccept() 399 int32_t chreBleSocketSend(uint64_t socketId, const void *data, uint16_t length, in chreBleSocketSend()
|