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

  /external/bluetooth/bluedroid/btif/include/
btif_gatt_util.h 26 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src);
32 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 129 tBTA_GATT_ID char_id;
130 tBTA_GATT_ID *p_descr_type;
138 tBTA_GATT_ID char_id;
139 tBTA_GATT_ID *p_descr_type;
156 tBTA_GATT_ID char_id;
505 extern UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_uuid);
506 extern BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *service_id, tBTA_GATT_ID *char_id, tBTA_GATT_ID *p_type);
518 extern void bta_gattc_cpygattid(tBTA_GATT_ID *p_des, tBTA_GATT_ID *p_src)
    [all...]
bta_gattc_api.c 386 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID));
431 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID));
548 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID));
573 UINT16 len = (UINT16)(sizeof(tBTA_GATT_ID) + sizeof(tBTA_GATTC_API_READ));
584 memcpy(&p_buf->char_id, &p_descr_id->char_id.char_id, sizeof(tBTA_GATT_ID));
585 p_buf->p_descr_type = (tBTA_GATT_ID *)(p_buf + 1);
587 memcpy(p_buf->p_descr_type, &p_descr_id->descr_id, sizeof(tBTA_GATT_ID));
674 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID));
710 UINT16 len = sizeof(tBTA_GATTC_API_WRITE) + sizeof(tBTA_GATT_ID);
724 memcpy(&p_buf->char_id, &p_char_descr_id->char_id.char_id, sizeof(tBTA_GATT_ID));
    [all...]
bta_gattc_utils.c 467 len = sizeof(tBTA_GATT_ID) + sizeof(tBTA_GATTC_API_READ);
484 p_buf->p_descr_type = (tBTA_GATT_ID *)(p_buf + 1);
486 sizeof(tBTA_GATT_ID));
496 len += sizeof(tBTA_GATT_ID);
508 p_buf->p_descr_type = (tBTA_GATT_ID *)(p_buf + 1);
510 sizeof(tBTA_GATT_ID));
611 ** Description copy two tBTA_GATT_ID value
616 void bta_gattc_cpygattid(tBTA_GATT_ID *p_des, tBTA_GATT_ID *p_src)
618 memset ((void *)p_des, 0, sizeof(tBTA_GATT_ID));
    [all...]
bta_gattc_cache.c     [all...]
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 57 } __attribute__((packed)) tBTA_GATT_ID;
179 tBTA_GATT_ID id;
186 tBTA_GATT_ID char_id;
192 tBTA_GATT_ID descr_id;
282 tBTA_GATT_ID char_id;
283 tBTA_GATT_ID descr_type;
292 tBTA_GATT_ID char_id;
293 tBTA_GATT_ID descr_type;
337 tBTA_GATT_ID descr_type;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 112 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src)
177 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src)
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 358 void bta_hh_le_fill_16bits_gatt_id(UINT8 inst_id, UINT16 uuid, tBTA_GATT_ID *p_output)
389 tBTA_GATT_ID *p_output)
391 memset((void *)p_output, 0, sizeof(tBTA_GATT_ID));
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 35 milliseconds