Searched refs:p_char_id (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_api.c | 395 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_GetFirstCharDescr() argument 401 if (!p_char_id || !p_descr_result) in BTA_GATTC_GetFirstCharDescr() 408 &p_char_id->srvc_id, in BTA_GATTC_GetFirstCharDescr() 409 &p_char_id->char_id, in BTA_GATTC_GetFirstCharDescr() 416 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetFirstCharDescr() 562 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_ReadCharacteristic() argument 575 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_ReadCharacteristic() 576 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID)); in BTA_GATTC_ReadCharacteristic() 685 tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_WriteCharValue() argument 701 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_WriteCharValue() [all …]
|
D | bta_gattc_cache.c | 1067 tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_uuid) in bta_gattc_id2handle() argument 1096 if (bta_gattc_uuid_compare(&p_char_id->uuid, &attr_uuid, TRUE) && in bta_gattc_id2handle() 1097 p_char_id->inst_id == p_attr->inst_id) in bta_gattc_id2handle() 1165 tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_type) in bta_gattc_handle2id() argument 1172 memset(p_char_id, 0, sizeof(tBTA_GATT_ID)); in bta_gattc_handle2id() 1214 bta_gattc_pack_attr_uuid(p_char, &p_char_id->uuid); in bta_gattc_handle2id() 1215 p_char_id->inst_id = p_char->inst_id; in bta_gattc_handle2id() 1225 bta_gattc_pack_attr_uuid(p_attr, &p_char_id->uuid); in bta_gattc_handle2id() 1226 p_char_id->inst_id =p_attr->inst_id; in bta_gattc_handle2id()
|
D | bta_gattc_int.h | 520 …tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p…
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 812 extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, 899 tBTA_GATTC_CHAR_ID *p_char_id, 934 tBTA_GATTC_CHAR_ID *p_char_id, 972 extern void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id); 989 tBTA_GATTC_CHAR_ID *p_char_id); 1007 tBTA_GATTC_CHAR_ID *p_char_id); 1025 tBTA_GATTC_CHAR_ID *p_char_id,
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 1114 tBTA_GATTC_CHAR_ID *p_char_id, in bta_hh_le_expl_rpt() argument 1125 p_char_id->char_id.inst_id, in bta_hh_le_expl_rpt() 1135 p_char_id, in bta_hh_le_expl_rpt() 1141 p_char_id = &char_result; in bta_hh_le_expl_rpt()
|