Searched defs:attr_handle (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_server.c96 uint16_t attr_handle; member in struct:__anon984
444 BTA_GATTS_HandleValueIndication(p_cb->conn_id, p_cb->attr_handle,
604 btif_cb.attr_handle = attribute_handle;
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c588 ** attr_handle: Attribute handle of this handle value indication.
595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val) argument
615 indication.handle = attr_handle;
620 if (GATT_HANDLE_IS_VALID (attr_handle) )
659 ** attr_handle: Attribute handle of this handle value indication.
666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle, argument
685 if (GATT_HANDLE_IS_VALID (attr_handle))
687 notif.handle = attr_handle;
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h247 UINT16 attr_handle; member in struct:gattc_attr_cache

Completed in 93 milliseconds