Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2204 L2capConfigInfo *configInfoPtr = NULL; in AttReceiveConfigRsp() local
2207 configInfoPtr = MEM_MALLOC.alloc(sizeof(L2capConfigInfo)); in AttReceiveConfigRsp()
2208 if (configInfoPtr == NULL) { in AttReceiveConfigRsp()
2212 (void)memcpy_s(configInfoPtr, sizeof(L2capConfigInfo), cfg, sizeof(L2capConfigInfo)); in AttReceiveConfigRsp()
2220 attRecevieConfigRspPtr->info = configInfoPtr; in AttReceiveConfigRsp()
2643 L2capConfigInfo *configInfoPtr = NULL; in AttReceiveConfigReq() local
2646 configInfoPtr = MEM_MALLOC.alloc(sizeof(L2capConfigInfo)); in AttReceiveConfigReq()
2647 if (configInfoPtr == NULL) { in AttReceiveConfigReq()
2651 (void)memcpy_s(configInfoPtr, sizeof(L2capConfigInfo), cfg, sizeof(L2capConfigInfo)); in AttReceiveConfigReq()
2656 attRecevieConfigReqPtr->cfg = configInfoPtr; in AttReceiveConfigReq()
[all...]

Completed in 3 milliseconds