HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATTC_DESCRIPTOR (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/gatt/
bta_gattc_cache.c 52 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle);
311 tBTA_GATTC_DESCRIPTOR *descriptor =
312 osi_malloc(sizeof(tBTA_GATTC_DESCRIPTOR));
    [all...]
bta_gattc_api.c 300 ** Returns returns pointer to tBTA_GATTC_DESCRIPTOR or NULL.
303 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle) {
bta_gattc_int.h 486 extern tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(UINT16 conn_id, UINT16 handle);
  /system/bt/bta/hh/
bta_hh_le.c 174 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(op->conn_id, op->handle);
187 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(op->conn_id, op->handle);
649 static tBTA_GATTC_DESCRIPTOR *find_descriptor_by_short_uuid(UINT16 conn_id,
665 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn);
684 const tBTA_GATTC_DESCRIPTOR *p_desc = find_descriptor_by_short_uuid(p_cb->conn_id, char_handle, short_uuid);
883 tBTA_GATTC_DESCRIPTOR *p_desc = find_descriptor_by_short_uuid(p_cb->conn_id,
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 578 list_t *descriptors; /* list of tBTA_GATTC_DESCRIPTOR */
586 } __attribute__((packed)) tBTA_GATTC_DESCRIPTOR;
751 ** Returns returns pointer to tBTA_GATTC_DESCRIPTOR or NULL.
754 extern const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle);
    [all...]

Completed in 54 milliseconds