/external/bluetooth/bluedroid/btif/co/ |
bta_dm_co.c | 68 tBTA_AUTH_REQ *p_auth_req, BOOLEAN is_orig) 76 BTIF_TRACE_DEBUG1("bta_dm_co_io_req is_orig = %d", is_orig);
|
/external/bluetooth/bluedroid/bta/include/ |
bta_dm_co.h | 74 BOOLEAN is_orig);
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_sco.c | 539 ** "is_orig" flag is TRUE, the connection will be originated, 554 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, 576 if (is_orig) 612 if (is_orig) 670 p->is_orig = is_orig; 674 if (is_orig) 690 if (is_orig) 856 p->is_orig = FALSE; [all...] |
btm_sec.c | 72 static BOOLEAN btm_sec_queue_mx_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_orig, 687 BTM_TRACE_API6("BTM_SEC_REG[%d]: id %d, is_orig %d, psm 0x%04x, proto_id %d, chan_id %d", 3148 BOOLEAN is_orig = TRUE; local [all...] |
btm_int.h | 404 BOOLEAN is_orig; /* TRUE if the originator */ member in struct:__anon3524 717 BOOLEAN is_orig; member in struct:__anon3541 [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sco.c | 415 static void bta_ag_create_sco(tBTA_AG_SCB *p_scb, BOOLEAN is_orig) 477 if (is_orig) 566 status = BTM_CreateSco(p_bd_addr, is_orig, params.packet_types, 571 if (!is_orig) 582 is_orig, p_scb->sco_idx, status, params.packet_types); [all...] |
/external/bluetooth/bluedroid/stack/include/ |
btm_api.h | 1447 BOOLEAN is_orig; \/* TRUE, if local device initiated the SP process *\/ member in struct:__anon3708 [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | [all...] |