Searched refs:p_char_id (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_api.c357 ** p_char_id: the characteristic ID of which the descriptor is belonged to.
366 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, argument
372 if (!p_char_id || !p_descr_result)
379 &p_char_id->srvc_id,
380 &p_char_id->char_id,
387 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID));
529 ** p_char_id - characteritic ID to read.
534 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, argument
547 memcpy(&p_buf->srvc_id, &p_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID));
548 memcpy(&p_buf->char_id, &p_char_id
656 BTA_GATTC_WriteCharValue( UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, tBTA_GATTC_WRITE_TYPE write_type, UINT16 len, UINT8 *p_value, tBTA_GATT_AUTH_REQ auth_req) argument
757 BTA_GATTC_PrepareWrite(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, UINT16 offset, UINT16 len, UINT8 *p_value, tBTA_GATT_AUTH_REQ auth_req) argument
831 BTA_GATTC_SendIndConfirm(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id) argument
867 BTA_GATTC_RegisterForNotifications(tBTA_GATTC_IF client_if, BD_ADDR bda, tBTA_GATTC_CHAR_ID *p_char_id) argument
946 BTA_GATTC_DeregisterForNotifications(tBTA_GATTC_IF client_if, BD_ADDR bda, tBTA_GATTC_CHAR_ID *p_char_id) argument
[all...]
H A Dbta_gattc_cache.c1050 tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_uuid)
1078 if (bta_gattc_uuid_compare(&p_char_id->uuid, &attr_uuid, TRUE) &&
1079 p_char_id->inst_id == p_attr->inst_id)
1147 tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_type)
1154 memset(p_char_id, 0, sizeof(tBTA_GATT_ID));
1195 bta_gattc_pack_attr_uuid(p_char, &p_char_id->uuid);
1196 p_char_id->inst_id = p_char->inst_id;
1206 bta_gattc_pack_attr_uuid(p_attr, &p_char_id->uuid);
1207 p_char_id->inst_id =p_attr->inst_id;
1049 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) argument
1146 bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_char_id, tBTA_GATT_ID *p_descr_type) argument
H A Dbta_gattc_int.h505 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);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h744 ** p_char_id: the characteristic ID of which the descriptor is belonged to.
753 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
834 ** p_char_id - characteritic ID to read.
840 tBTA_GATTC_CHAR_ID *p_char_id,
866 ** p_char_id - characteristic ID to write.
875 tBTA_GATTC_CHAR_ID *p_char_id,
908 ** p_char_id - characteristic ID to confrim.
913 BTA_API extern void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id);
923 ** p_char_id - pointer to GATT characteristic ID.
930 tBTA_GATTC_CHAR_ID *p_char_id);
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c1077 tBTA_GATTC_CHAR_ID *p_char_id,
1088 p_char_id->char_id.inst_id,
1098 p_char_id,
1104 p_char_id = &char_result;
1076 bta_hh_le_expl_rpt(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_CHAR_ID *p_char_id, tBT_UUID *p_char_cond, tBTA_GATT_CHAR_PROP prop) argument

Completed in 304 milliseconds