Home
last modified time | relevance | path

Searched refs:attLeDisconnectedPtr (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1766 AttLeDisconnectedAsyncContext *attLeDisconnectedPtr = (AttLeDisconnectedAsyncContext *)context; in AttLeDisconnectedAsync() local
1772 leDisConnCallbackObj.reason = attLeDisconnectedPtr->reason; in AttLeDisconnectedAsync()
1773 if (attLeDisconnectedPtr->status == BT_SUCCESS) { in AttLeDisconnectedAsync()
1779 AttGetConnectInfoIndexByAclHandle(attLeDisconnectedPtr->aclHandle, &connect); in AttLeDisconnectedAsync()
1802 MEM_MALLOC.free(attLeDisconnectedPtr); in AttLeDisconnectedAsync()
1815 AttLeDisconnectedAsyncContext *attLeDisconnectedPtr = (AttLeDisconnectedAsyncContext *)context; in AttLeDisconnectedAsyncDestroy() local
1817 MEM_MALLOC.free(attLeDisconnectedPtr); in AttLeDisconnectedAsyncDestroy()
1833 AttLeDisconnectedAsyncContext *attLeDisconnectedPtr = MEM_MALLOC.alloc(sizeof(AttLeDisconnectedAsyncContext)); in AttLeDisconnected() local
1834 if (attLeDisconnectedPtr == NULL) { in AttLeDisconnected()
1839 attLeDisconnectedPtr in AttLeDisconnected()
[all...]

Completed in 3 milliseconds