Searched refs:g_bleConnectionAsyncHandler (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_connection.c | 89 static SoftBusHandlerWrapper g_bleConnectionAsyncHandler = { variable 285 …&g_bleConnectionAsyncHandler, MSG_CONNECTION_IDLE_DISCONNECT_TIMEOUT, connection->connectionId, 0,… in ConnBleDisconnectNow() 356 status = ConnPostMsgToLooper(&g_bleConnectionAsyncHandler, MSG_CONNECTION_UPDATE_REFRENCE, in NeedProccessOccupy() 383 …ConnRemoveMsgFromLooper(&g_bleConnectionAsyncHandler, MSG_CONNECTION_WAIT_NEGOTIATION_CLOSING_TIME… in ConnBleUpdateConnectionRc() 406 … ConnPostMsgToLooper(&g_bleConnectionAsyncHandler, MSG_CONNECTION_WAIT_NEGOTIATION_CLOSING_TIMEOUT, in ConnBleUpdateConnectionRc() 772 …status = ConnPostMsgToLooper(&g_bleConnectionAsyncHandler, MSG_CONNECTION_EXCHANGE_BASIC_INFO_TIME… in BleOnClientConnected() 908 … &g_bleConnectionAsyncHandler, MSG_CONNECTION_IDLE_DISCONNECT_TIMEOUT, connectionId, 0, NULL); in BleOnConnectionClosed() 962 …status = ConnPostMsgToLooper(&g_bleConnectionAsyncHandler, MSG_CONNECTION_EXCHANGE_BASIC_INFO_TIME… in BleOnServerAccepted() 1004 … &g_bleConnectionAsyncHandler, MSG_CONNECTION_OCCUPY_RELEASE, connection->connectionId, 0, NULL); in ConnBleOccupy() 1005 int32_t ret = ConnPostMsgToLooper(&g_bleConnectionAsyncHandler, in ConnBleOccupy() [all …]
|