OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_GATTC_CHAR_ID
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
186
}
tBTA_GATTC_CHAR_ID
;
190
tBTA_GATTC_CHAR_ID
char_id;
209
tBTA_GATTC_CHAR_ID
char_id;
335
tBTA_GATTC_CHAR_ID
char_id;
700
tBTA_GATTC_CHAR_ID
*p_char_result,
723
tBTA_GATTC_CHAR_ID
*p_start_char_id,
725
tBTA_GATTC_CHAR_ID
*p_char_result,
745
BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id,
tBTA_GATTC_CHAR_ID
*p_char_id,
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c
287
tBTA_GATTC_CHAR_ID
*p_char_result,
325
tBTA_GATTC_CHAR_ID
*p_start_char_id,
327
tBTA_GATTC_CHAR_ID
*p_char_result,
366
tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id,
tBTA_GATTC_CHAR_ID
*p_char_id,
387
memcpy(&p_descr_result->char_id, p_char_id, sizeof(
tBTA_GATTC_CHAR_ID
));
432
memcpy(&p_descr_result->char_id, p_start_descr_id, sizeof(
tBTA_GATTC_CHAR_ID
));
534
void BTA_GATTC_ReadCharacteristic(UINT16 conn_id,
tBTA_GATTC_CHAR_ID
*p_char_id,
657
tBTA_GATTC_CHAR_ID
*p_char_id,
757
void BTA_GATTC_PrepareWrite (UINT16 conn_id,
tBTA_GATTC_CHAR_ID
*p_char_id,
831
void BTA_GATTC_SendIndConfirm (UINT16 conn_id,
tBTA_GATTC_CHAR_ID
*p_char_id
[
all
...]
bta_gattc_int.h
330
tBTA_GATTC_CHAR_ID
char_id;
504
extern BOOLEAN bta_gattc_charid_compare(
tBTA_GATTC_CHAR_ID
*p_src,
tBTA_GATTC_CHAR_ID
*p_tar);
bta_gattc_utils.c
672
** Description compare two
tBTA_GATTC_CHAR_ID
type of pointer
677
BOOLEAN bta_gattc_charid_compare(
tBTA_GATTC_CHAR_ID
*p_src,
tBTA_GATTC_CHAR_ID
*p_tar)
[
all
...]
/external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c
595
tBTA_GATTC_CHAR_ID
char_id;
772
tBTA_GATTC_CHAR_ID
char_id;
883
tBTA_GATTC_CHAR_ID
char_id;
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c
566
tBTA_GATTC_CHAR_ID
in_char_id;
567
tBTA_GATTC_CHAR_ID
out_char_id;
[
all
...]
Completed in 372 milliseconds