Searched refs:p_desc (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 1232 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_descriptor_srcb() local 1233 if (handle == p_desc->handle) { in bta_gattc_get_descriptor_srcb() 1234 return p_desc; in bta_gattc_get_descriptor_srcb() 1461 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_db_with_opration() local 1463 if (p_desc->handle < start_handle) { in bta_gattc_get_db_with_opration() 1466 if (p_desc->handle > end_handle) { in bta_gattc_get_db_with_opration() 1472 … (descr_uuid == NULL || bta_gattc_uuid_compare(&p_desc->uuid, descr_uuid, TRUE))) || in bta_gattc_get_db_with_opration() 1473 … (op == GATT_OP_GET_DESCRI_BY_HANDLE && bta_gattc_uuid_compare(&p_desc->uuid, descr_uuid, TRUE))) { in bta_gattc_get_db_with_opration() 1476 p_desc->handle, in bta_gattc_get_db_with_opration() 1479 p_desc->handle, in bta_gattc_get_db_with_opration() [all …]
|
D | bta_gattc_act.c | 2432 tBTA_GATTC_DESCRIPTOR *p_desc = NULL; in bta_gattc_register_service_change_notify() local 2492 p_desc = list_node(dn); in bta_gattc_register_service_change_notify() 2493 if (bta_gattc_uuid_compare(&gatt_ccc_uuid, &p_desc->uuid, TRUE)) { in bta_gattc_register_service_change_notify() 2511 p_conn->svc_change_descr_handle = p_desc->handle; in bta_gattc_register_service_change_notify() 2519 …BTA_GATTC_WriteCharDescr (conn_id, p_desc->handle, BTA_GATTC_TYPE_WRITE, &indicate_v, BTA_GATT_AUT… in bta_gattc_register_service_change_notify()
|