Searched refs:attr_handle (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 88 j + 1, p_attr->attr_handle, p_attr->p_uuid->uuid16, p_attr->inst_id, in bta_gattc_display_cache_server() 378 p_attr->attr_handle = handle; in bta_gattc_add_attr_to_cache() 1074 … j + 1, p_attr->attr_handle, p_attr->p_uuid->uuid16, p_attr->inst_id, p_attr->attr_type); in bta_gattc_id2handle() 1083 handle = p_attr->attr_handle; in bta_gattc_id2handle() 1107 handle = p_attr->attr_handle; in bta_gattc_id2handle() 1179 … j + 1, p_attr->attr_handle, p_attr->p_uuid->uuid16, p_attr->inst_id, p_attr->attr_type); in bta_gattc_handle2id() 1184 if (handle == p_attr->attr_handle) in bta_gattc_handle2id() 1300 j + 1, p_attr->attr_handle, in bta_gattc_find_record() 1594 p_attr->attr_handle, in bta_gattc_cache_save()
|
D | bta_gattc_int.h | 247 UINT16 attr_handle; member
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_api.c | 595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT… in GATTS_HandleValueIndication() argument 615 indication.handle = attr_handle; in GATTS_HandleValueIndication() 620 if (GATT_HANDLE_IS_VALID (attr_handle) ) in GATTS_HandleValueIndication() 666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle, in GATTS_HandleValueNotification() argument 685 if (GATT_HANDLE_IS_VALID (attr_handle)) in GATTS_HandleValueNotification() 687 notif.handle = attr_handle; in GATTS_HandleValueNotification()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_server.c | 96 uint16_t attr_handle; member 444 BTA_GATTS_HandleValueIndication(p_cb->conn_id, p_cb->attr_handle, in btgatts_handle_event() 604 btif_cb.attr_handle = attribute_handle; in btif_gatts_send_indication()
|
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 856 UINT16 attr_handle, 873 GATT_API extern tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
|