HomeSort by relevance Sort by last modified time
    Searched refs:restore_pkt_types (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 808 if(p->restore_pkt_types)
811 hci_handle, p->pkt_types_mask, p->restore_pkt_types);
812 p->pkt_types_mask = p->restore_pkt_types;
813 p->restore_pkt_types = 0; /* Only exists while SCO is active */
830 p->restore_pkt_types = btm_cb.btm_acl_pkt_types_supported;
833 btm_acl_chk_peer_pkt_type_support (p, &p->restore_pkt_types);
    [all...]
btm_int.h 83 UINT16 restore_pkt_types; /* when coming in/out of SCO connection restore the packet types */ member in struct:__anon5863
    [all...]
btm_acl.c 262 p->restore_pkt_types = 0; /* Only exists while SCO is active */
    [all...]

Completed in 44 milliseconds