OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_HH_STATUS
(Results
1 - 6
of
6
) sorted by null
/system/bt/bta/include/
bta_hh_api.h
138
typedef UINT8
tBTA_HH_STATUS
;
218
tBTA_HH_STATUS
status; /* operation status */
232
tBTA_HH_STATUS
status; /* operation status */
281
tBTA_HH_STATUS
status; /* handshake status */
303
tBTA_HH_STATUS
status; /* BTA_HH_ENABLE_EVT */
/system/bt/bta/hh/
bta_hh_int.h
179
tBTA_HH_STATUS
status;
262
tBTA_HH_STATUS
status;
363
extern void bta_hh_cleanup_disable(
tBTA_HH_STATUS
status);
372
extern
tBTA_HH_STATUS
bta_hh_read_ssr_param(BD_ADDR bd_addr, UINT16 *p_max_ssr_lat, UINT16 *p_min_ssr_tout);
bta_hh_utils.c
404
** Returns
tBTA_HH_STATUS
operation status
407
tBTA_HH_STATUS
bta_hh_read_ssr_param(BD_ADDR bd_addr, UINT16 *p_max_ssr_lat, UINT16 *p_min_ssr_tout)
409
tBTA_HH_STATUS
status = BTA_HH_ERR;
461
void bta_hh_cleanup_disable(
tBTA_HH_STATUS
status)
bta_hh_act.c
48
static
tBTA_HH_STATUS
bta_hh_get_trans_status(UINT32 result);
70
tBTA_HH_STATUS
status = BTA_HH_ERR;
165
tBTA_HH_STATUS
status = BTA_HH_OK;
193
tBTA_HH_STATUS
status = BTA_HH_ERR_SDP;
272
tBTA_HH_STATUS
status = BTA_HH_ERR_SDP;
340
tBTA_HH_STATUS
status = BTA_HH_ERR_SDP;
424
tBTA_HH_STATUS
status = p_data->status;
[
all
...]
bta_hh_le.c
370
tBTA_HH_STATUS
status = BTA_HH_ERR;
682
static
tBTA_HH_STATUS
bta_hh_le_read_char_dscrpt(tBTA_HH_DEV_CB *p_cb, UINT16 char_handle, UINT16 short_uuid)
[
all
...]
/system/bt/btif/src/
btif_hh.c
[
all
...]
Completed in 195 milliseconds