Home
last modified time | relevance | path

Searched refs:AttReceiveConfigRspContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c120 typedef struct AttReceiveConfigRspContext { struct
125 } AttReceiveConfigRspContext; typedef
2128 AttReceiveConfigRspContext *attRecevieConfigRspPtr = (AttReceiveConfigRspContext *)context; in AttReceiveConfigRspAsync()
2178 AttReceiveConfigRspContext *attRecevieConfigRspPtr = (AttReceiveConfigRspContext *)context; in AttReceiveConfigRspAsyncDestroy()
2205 AttReceiveConfigRspContext *attRecevieConfigRspPtr = NULL; in AttReceiveConfigRsp()
2214 attRecevieConfigRspPtr = MEM_MALLOC.alloc(sizeof(AttReceiveConfigRspContext)); in AttReceiveConfigRsp()