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
187
}
tBTA_GATTC_CHAR_ID
;
191
tBTA_GATTC_CHAR_ID
char_id;
210
tBTA_GATTC_CHAR_ID
char_id;
336
tBTA_GATTC_CHAR_ID
char_id;
708
tBTA_GATTC_CHAR_ID
*p_char_result,
731
tBTA_GATTC_CHAR_ID
*p_start_char_id,
733
tBTA_GATTC_CHAR_ID
*p_char_result,
753
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
340
tBTA_GATTC_CHAR_ID
char_id;
516
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
596
tBTA_GATTC_CHAR_ID
char_id;
776
tBTA_GATTC_CHAR_ID
char_id;
887
tBTA_GATTC_CHAR_ID
char_id;
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c
587
tBTA_GATTC_CHAR_ID
in_char_id;
588
tBTA_GATTC_CHAR_ID
out_char_id;
[
all
...]
Completed in 50 milliseconds