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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.h 32 #define BTA_AG_AT_NONE 0x01 /* no argument */
bta_ag_cmd.c 117 {"", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}
123 {"A", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
124 {"D", (BTA_AG_AT_NONE | BTA_AG_AT_FREE), BTA_AG_AT_STR, 0, 0},
130 {"+CHUP", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
136 {"+BLDN", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
140 {"+CNUM", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
142 {"+CLCC", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
147 {"+BCC", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0},
150 {"", BTA_AG_AT_NONE, BTA_AG_AT_STR, 0, 0}
    [all...]
bta_ag_at.c 107 arg_type = BTA_AG_AT_NONE;

Completed in 24 milliseconds