Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c56 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handl…
199 tBTA_GATTC_CHARACTERISTIC *p_char = ptr; in characteristic_free()
328 tBTA_GATTC_CHARACTERISTIC *characteristic = osi_malloc(sizeof(tBTA_GATTC_CHARACTERISTIC)); in bta_gattc_add_char_to_cache()
410 tBTA_GATTC_CHARACTERISTIC *char_node = list_back(service->characteristics); in bta_gattc_add_attr_to_cache()
1188 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handl… in bta_gattc_get_characteristic_srcb()
1198 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_characteristic_srcb()
1207 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle) in bta_gattc_get_characteristic()
1229 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_descriptor_srcb()
1417 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_db_with_opration()
1558 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_db_size_with_type()
[all …]
Dbta_gattc_api.c331 const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(UINT16 conn_id, UINT16 handle) in BTA_GATTC_GetCharacteristic()
Dbta_gattc_act.c2001 …const tBTA_GATTC_CHARACTERISTIC *p_char = bta_gattc_get_characteristic_srcb(p_srcb, p_notify->hand… in bta_gattc_process_srvc_chg_ind()
2431 tBTA_GATTC_CHARACTERISTIC *p_char = NULL; in bta_gattc_register_service_change_notify()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h712 } __attribute__((packed)) tBTA_GATTC_CHARACTERISTIC; typedef
718 tBTA_GATTC_CHARACTERISTIC *characteristic; /* owning characteristic */
895 extern const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(UINT16 conn_id, UINT16 handle);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h546 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handl…
547 extern tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle);