Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c88 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()
Dbta_gattc_int.h247 UINT16 attr_handle; member
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c595 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/
Dbtif_gatt_server.c96 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/
Dgatt_api.h856 UINT16 attr_handle,
873 GATT_API extern tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,