Searched defs:underlayerHandle (Results 1 – 6 of 6) sorted by relevance
| /foundation/communication/dsoftbus/core/connection/ble/src/ |
| D | softbus_conn_ble_client.c | 52 int32_t underlayerHandle; member 112 int32_t underlayerHandle = SoftbusGattcRegister(); in ConnGattClientConnect() local 142 static void BleGattcConnStateCallback(int32_t underlayerHandle, int32_t state, int32_t status) in BleGattcConnStateCallback() 237 int32_t underlayerHandle = connection->underlayerHandle; in RetrySearchService() local 275 static void BleGattcSearchServiceCallback(int32_t underlayerHandle, int32_t status) in BleGattcSearchServiceCallback() 372 static void BleGattcRegisterNotificationCallback(int32_t underlayerHandle, int32_t status) in BleGattcRegisterNotificationCallback() 458 static int32_t NotificatedConnHandler(int32_t underlayerHandle, ConnBleConnection *connection) in NotificatedConnHandler() 498 static int32_t NotificatedNetHandler(int32_t underlayerHandle, ConnBleConnection *connection) in NotificatedNetHandler() 525 static void BleGattcConfigureMtuSizeCallback(int32_t underlayerHandle, int32_t mtuSize, int32_t sta… in BleGattcConfigureMtuSizeCallback() 550 int32_t underlayerHandle = ctx->common.underlayerHandle; in MtuSettedMsgHandler() local [all …]
|
| D | softbus_conn_ble_server.c | 602 static void BleConnectServerCallback(int32_t underlayerHandle, const SoftBusBtAddr *btAddr) in BleConnectServerCallback() 649 static void BleMtuChangeCallback(int32_t underlayerHandle, int32_t mtu) in BleMtuChangeCallback() 895 int32_t underlayerHandle = connection->underlayerHandle; in ConnGattServerSend() local 918 int32_t underlayerHandle = connection->underlayerHandle; in ConnGattServerConnect() local 941 int32_t underlayerHandle = connection->underlayerHandle; in ConnGattServerDisconnect() local 969 static void BleDisconnectServerCallback(int32_t underlayerHandle, const SoftBusBtAddr *btAddr) in BleDisconnectServerCallback() 1036 int32_t underlayerHandle = writeCbPara.connId; in BleRequestWriteCallback() local
|
| D | softbus_conn_ble_connection.c | 82 …const char *addr, BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fast… in ConnBleCreateConnection() 259 int32_t underlayerHandle = connection->underlayerHandle; in ConnBleUpdateConnectionRc() local 685 int32_t underlayerHandle = connection->underlayerHandle; in BleOnDataReceived() local
|
| D | softbus_conn_ble_manager.c | 98 int32_t underlayerHandle; member 907 int32_t underlayerHandle = connection->underlayerHandle; in BleReuseConnectionCommon() local 1227 ConnBleConnection *ConnBleGetConnectionByHandle(int32_t underlayerHandle, ConnSideType side, BlePro… in ConnBleGetConnectionByHandle()
|
| /foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
| D | softbus_adapter_ble_conflict_virtual.c | 23 void SoftbusBleConflictNotifyConnectResult(int32_t requestId, int32_t underlayerHandle, bool status) in SoftbusBleConflictNotifyConnectResult() 30 void SoftbusBleConflictNotifyDateReceive(int32_t underlayerHandle, const uint8_t *data, uint32_t da… in SoftbusBleConflictNotifyDateReceive()
|
| /foundation/communication/dsoftbus/core/connection/ble/include/ |
| D | softbus_conn_ble_connection.h | 110 int32_t underlayerHandle; member
|