Searched refs:handleInfoList (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_send_response.c | 515 …data + 1, handleInfoListLen, findByTypeResAsyncPtr->attFindByTypeResContext.handleInfoList, handle… in AttFindByTypeValueResponseAsync() 522 MEM_MALLOC.free(findByTypeResAsyncPtr->attFindByTypeResContext.handleInfoList); in AttFindByTypeValueResponseAsync() 538 MEM_MALLOC.free(findByTypeResAsyncDesPtr->attFindByTypeResContext.handleInfoList); in AttFindByTypeValueResponseAsyncDestroy() 552 void ATT_FindByTypeValueResponse(uint16_t connectHandle, const AttHandleInfo *handleInfoList, uint1… in ATT_FindByTypeValueResponse() argument 561 …(void)memcpy_s(attHandleInfoPtr, sizeof(AttHandleInfo) * listNum, handleInfoList, sizeof(AttHandle… in ATT_FindByTypeValueResponse() 569 findByTypeResAsyncPtr->attFindByTypeResContext.handleInfoList = attHandleInfoPtr; in ATT_FindByTypeValueResponse()
|
H A D | att_receive.c | 742 …attFindObj.findByTypeValueResponse.handleInfoList = MEM_MALLOC.alloc(sizeof(AttHandleInfo) * infor… in AttFindByTypeValueResponse() 746 AttHandleInfo *handleInfoList = attFindObj.findByTypeValueResponse.handleInfoList; in AttFindByTypeValueResponse() local 748 handleInfoList[indexNumber].attHandle = ((uint16_t *)(data + indexNumber * STEP_FOUR))[0]; in AttFindByTypeValueResponse() 749 …handleInfoList[indexNumber].groupEndHandle = ((uint16_t *)(data + STEP_TWO + indexNumber * STEP_FO… in AttFindByTypeValueResponse() 757 MEM_MALLOC.free(attFindObj.findByTypeValueResponse.handleInfoList); in AttFindByTypeValueResponse()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | att.h | 210 AttHandleInfo *handleInfoList; member 559 uint16_t connectHandle, const AttHandleInfo *handleInfoList, uint16_t listNum);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_profile.cpp | 455 AttHandleInfo handleInfoList[GATT_VALUE_LEN_MAX] = {{0, 0}}; in DiscoverPrimaryServiceByUuidResponse() local 473 handleInfoList->attHandle = service->second.handle_; in DiscoverPrimaryServiceByUuidResponse() 474 handleInfoList->groupEndHandle = service->second.endHandle_; in DiscoverPrimaryServiceByUuidResponse() 483 ATT_FindByTypeValueResponse(connectHandle, handleInfoList, listNum); in DiscoverPrimaryServiceByUuidResponse()
|
H A D | gatt_client_profile.cpp | 1292 …rtHandle = (data->attFindByTypeValueResponse.findByTypeValueResponse.handleInfoList + i)->attHandl… in DiscoverPrimaryServiceByUuidParsing() 1293 …endHandle = (data->attFindByTypeValueResponse.findByTypeValueResponse.handleInfoList + i)->groupEn… in DiscoverPrimaryServiceByUuidParsing()
|